hexagon: fix symbols defined in global namespace#129921
hexagon: fix symbols defined in global namespace#129921androm3da wants to merge 1 commit intorust-lang:masterfrom
Conversation
Update `compiler_builtins` to `0.1.124`: Some call targets were defined with aliases that could conflict with symbols from a user's program. These aliases have now been deleted or qualified with two leading underscores. * Includes rust-lang/compiler-builtins#682 * Should fix rust-lang#129823
|
rustbot has assigned @Mark-Simulacrum. Use |
|
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
|
It looks like this is superseded by #129992. |
Hmm - so should I close this PR in favor of that one? |
@Mark-Simulacrum should we review/merge this PR as-is, or defer to the superseding one with more content? |
|
The updated should be done in all relevant places so we don’t wind up with multiple versions. I just approved #129992, I’ll just close this one since that one should have it covered. Will also add a fixes tag to that PR to close the hexagon issue. |
Update
compiler_builtinsto0.1.124:Some call targets were defined with aliases that could conflict with symbols from a user's program. These aliases have now been deleted or qualified with two leading underscores.